home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 May & June / Amiga-CD 1996 #5-6.iso / kommunikation / amitcp-demo-4.3 / howtoinstall < prev    next >
Text File  |  1996-03-22  |  6KB  |  148 lines

  1.  
  2. * How to Install AmiTCP/IP
  3.  
  4.   You should not install the current version on top of older
  5.   version.  If your disk space allows, leave the old version on the
  6.   disk and delete it when you have the new version up and running. The
  7.   installation script will copy your old configuration from old
  8.   version directory.
  9.   
  10.   Extract first the distribution archives (AmiTCP_xxx_xx.lha) to some
  11.   directory in your hard disk (e.g. WORK:).
  12.  
  13. * Configuration Information
  14.  
  15.   If you choose to use the predefined T-Online configuration, then you do NOT
  16.   need any information mentioned below.
  17.   
  18.   Before you proceed, you should get the following information from
  19.   your network administration (if you don't have the information, you
  20.   have to reinstall AmiTCP/IP afterwards):
  21.   
  22.   * Internet protocol address for your computer. This is a 32 bit
  23.     integer represented as a series of decimal numbers separated by
  24.     dots. For example, 130.233.161.40 is a legal internet
  25.     address. Your IP address can also be dynamic, i.e., different each
  26.     time you connect to the IP network.
  27.  
  28.   * Destination IP address, the IP address of the host you are connected to.
  29.     Generally you can use the IP address of your default gateway as
  30.     the destination address, if no specific destination address is
  31.     given.
  32.   
  33.   * You can accept the default netmask.
  34.   
  35.   * Address of the default gateway. All your traffic goes through the 
  36.     default gateway. This is the same as the destination IP address.
  37.   
  38.   * Your host name. Host name is a more convenient way than the internet
  39.     address to refer your computer. This is like `Amiga1'. If your IP
  40.     address is dynamic, then you do not need to supply this.
  41.   
  42.   * Domain name of your site. For example, "hut.fi" is the domain name
  43.     for the Helsinki University of Technology in Finland. The part
  44.     after the first dot in your full host name is usually (but not
  45.     always) your domain name.
  46.   
  47.   * Addresses of the Domain Name Servers which will be used to
  48.     translate host names to the corresponding internet addresses. A
  49.     local database (AmiTCP:db/hosts) must be used instead if there is
  50.     no name server on your domain.
  51.   
  52.     If you have an access to a Unix machine in your network, you can
  53.     probably find a list of domains and name server addresses in the
  54.     file `/etc/resolv.conf'. Also, if there is no name server, you can
  55.     copy the file `/etc/hosts' to the `AmiTCP:db/hosts'.
  56.  
  57.   AmiTCP/IP uses a mnemonic name of the SLIP device driver to access
  58.   it. The name and parameter mapping is specified in the configuration
  59.   file `AmiTCP:db/interfaces'.
  60.   
  61.   You may start the installation by double-clicking the
  62.   `Install AmiTCP'-icon.
  63.  
  64. * About User and Group Databases
  65.  
  66.   AmiTCP/IP gives some user management support. For each user, there
  67.   is one line of information in the file `AmiTCP:db/passwd', which is
  68.   currently used by `finger', `ls' and other commands.  This line is
  69.   separated to 7 parts with vertical bars (`|'):
  70.  
  71. username|password|uid|gid|gecos|home directory|shell
  72.  
  73.   The `gecos' part contains real name, office, office phone and home
  74.   phome numbers separated with commas (',').  You can print them with
  75.   finger. Markus Peuhkuri has following entry in the example `passwd'
  76.   file:
  77.  
  78. puhuri|*|17681|100|Markus Peuhkuri,G218,4512462,4521992|users:puhuri|shell
  79.  
  80.   Markus has username puhuri. As the password field contains `*', his
  81.   password is disabled (so he can not log into your machine even if
  82.   the remote login is installed). His numeric identifier, UID, is
  83.   17681, and his default group number, GID, is 100, `users'. The UID
  84.   and GID must be numbers between 0 - 65535. After his real name there
  85.   is his office room at HUT, is work phone and his home phone.  His
  86.   home directory is `users:puhuri', finger searches his `.plan' and
  87.   `.project' files from that directory. Last field is his login shell,
  88.   AmiTCP/IP does not currently use that for anything.
  89.  
  90.   You can add and remove users simply editing your `passwd' file with
  91.   text editors (Emacs, Ed, Edit). Make sure that finger can parse the
  92.   changed file and finger each user that you have changed.
  93.  
  94.   The passwd file format is mostly compatible with MultiUser by Geert
  95.   Uytterhoeven and with AS225r2 beta from Commodore. But,
  96.   unfortunately, the password encryption methods are different. So,
  97.   you could use an MuFS or AS225r2 password file as a template, but
  98.   you should remove all the password fields, and then use "passwd"
  99.   command to set the passwords again.
  100.  
  101.   The group file, `AmiTCP:db/group' has similar format.
  102.  
  103. * If There are Problems with Installation 
  104.   
  105.   Here is an example of the required information:
  106.  
  107.     The default user name (and login name):    joe
  108.     joe user id:                200
  109.     joe group id:                100
  110.     Real name for the joe:            Joe the User
  111.     joe home directory:            AmiTCP:home
  112.     <in this point joe password is prompted>
  113.     Dynamic connection:            no
  114.     Name of your computer:             slip-2
  115.     Your domain part:             hut.fi
  116.     Aliases for it:             amy
  117.     Interface type:                CSLIP
  118.     Specific network interface:        cslip0
  119.     Your Internet address:             130.233.161.50
  120.     Destination address (the gateway):    130.233.161.254
  121.     cslip0 MTU:                576
  122.     Netmask of used in your network:    <default>
  123.     Serial device driver to be used:    serial.device
  124.     Unit number for the serial.device:    0
  125.     Serial line baud rate:            9600
  126.     Additional rhslip options:        CTS/RTS, EOF-mode
  127.     Address of the default gateway:     130.233.161.254
  128.     Addresses of nameservers:         130.233.224.1
  129.                         130.233.224.13  
  130.                         128.214.4.29
  131.     Domain names to search:            hut.fi
  132.                         cs.hut.fi
  133.     AmiTCP/IP started at system startup:    no
  134.     Let installer modify s:user-startup:    yes
  135.  
  136.   From above information `Install AmiTCP' creates/modifies following files:
  137.    
  138.   `AmiTCP:bin/startnet'
  139.   `Amitcp:db/resolv.conf'
  140.   `S:user-startup'
  141.  
  142.   Following line was added to the db/passwd:
  143.  
  144.     joe|WexZI/fvHxNdo|200|100|Joe the User|AmiTCP:home|shell
  145.  
  146.  
  147. EOF
  148.